const syscall._AT_FDCWD
21 uses
syscall (current package)
exec_linux.go#L404: dirfd = int(_AT_FDCWD)
exec_linux.go#L429: dirfd = int(_AT_FDCWD)
syscall_linux.go#L105: return Faccessat(_AT_FDCWD, path, mode, 0)
syscall_linux.go#L109: return Fchmodat(_AT_FDCWD, path, mode, 0)
syscall_linux.go#L113: return Fchownat(_AT_FDCWD, path, uid, gid, 0)
syscall_linux.go#L260: return linkat(_AT_FDCWD, oldpath, _AT_FDCWD, newpath, 0)
syscall_linux.go#L264: return Mkdirat(_AT_FDCWD, path, mode)
syscall_linux.go#L268: return Mknodat(_AT_FDCWD, path, mode, dev)
syscall_linux.go#L272: return openat(_AT_FDCWD, path, mode|O_LARGEFILE, perm)
syscall_linux.go#L303: return readlinkat(_AT_FDCWD, path, buf)
syscall_linux.go#L307: return Renameat(_AT_FDCWD, oldpath, _AT_FDCWD, newpath)
syscall_linux.go#L311: return unlinkat(_AT_FDCWD, path, _AT_REMOVEDIR)
syscall_linux.go#L317: return symlinkat(oldpath, _AT_FDCWD, newpath)
syscall_linux.go#L321: return unlinkat(_AT_FDCWD, path, 0)
syscall_linux.go#L343: return utimensat(_AT_FDCWD, path, (*[2]Timespec)(unsafe.Pointer(&ts[0])), 0)
syscall_linux_amd64.go#L66: return fstatat(_AT_FDCWD, path, stat, 0)
syscall_linux_amd64.go#L70: return Fchownat(_AT_FDCWD, path, uid, gid, _AT_SYMLINK_NOFOLLOW)
syscall_linux_amd64.go#L74: return fstatat(_AT_FDCWD, path, stat, _AT_SYMLINK_NOFOLLOW)
ztypes_linux_amd64.go#L594: _AT_FDCWD = -0x64
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |